Crate rowan

source ·
Expand description

A generic library for lossless syntax trees. See examples/s_expressions.rs for a tutorial.

Re-exports

Modules

  • Working with abstract syntax trees.
  • Implementation of the cursors – API for convenient access to syntax trees.

Structs

Enums

Traits